home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_717 / frame_9 / DoAction.as
Text File  |  2011-09-19  |  256b  |  8 lines

  1. _global.ctn.sndCtrl.playSound("snd_stoneBreak");
  2. if(!_global.scene.cutStoneScoreOver)
  3. {
  4.    _global.scene.cutStoneScoreOver = true;
  5.    _global.ctn.game.addScore(354,478,30,60);
  6.    _global.ctn.game.addScore(20,Math.round(10 * Math.random()),30,60);
  7. }
  8.